home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
019
/
haldemo.arc
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1985-10-01
|
534b
|
38 lines
cls
echo off
cls
echo Please Wait.....
if "%1" == "" goto start
if %1 == 1 goto begin
if %1 == 2 goto inter
if %1 == 3 goto expert
if %1 == 4 goto quit
:start
copy master1.bat master.bat
cls
echo Demo Loading....
haldemo0
master
:begin
copy master1.bat master.bat
cls
echo Demo Loading....
haldemo1
haldemo0
master
:inter
copy master1.bat master.bat
cls
echo Demo Loading....
haldemo2
haldemo0
master
:expert
copy master1.bat master.bat
cls
echo Demo Loading....
haldemo3
haldemo0
master
:quit
cls